Overload List
| Name | Description | |
|---|---|---|
| Timeline<(Of <(<'T>)>)>()()()() |
Creates a timeline with no name and not added to the TimelineManager
| |
| Timeline<(Of <(<'T>)>)>(array<Byte>[]()[][], Boolean) |
Creates a timeline. For internal use only.
| |
| Timeline<(Of <(<'T>)>)>(String, Boolean) |
Creates a timeline. This is equivalent to calling Get<(Of <<'(T>)>>)(String)
on Default for the first time.
| |
| Timeline<(Of <(<'T>)>)>(UInt16, Boolean) |
Creates a timeline. This is equivalent to calling Get<(Of <<'(T>)>>)(array<Byte>[]()[][])
on Default for the first time.
|